html, body {
	min-height: 100vh;
	min-width: 100vw;
	border:0;
	margin:0;
	padding:0;
}
html {
	background: #C7DDDA;


}

	/*	background: linear-gradient(-32deg, #96fbc4, #00CCCC, #96fbc4, #FFFFFF); background-size: 400% 400%;background-image: radial-gradient(ellipse at top, #f9f586 0%, #96fbc4 100%); blaugruen-gelb
	background-repeat:no-repeat;*/

body {
/*		animation: gradientBG 4s ease infinite;	@keyframes gradientBG {
	0% { background-position: 0% 50%; 	}
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}
background-image: url(../../assets/svgs/POOL2.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:90%;
	background-attachment:fixed;*/
	
	text-align:center;
	vertical-align: top;


}
#wrapper {
	position: relative;
	min-width: 320px;
	max-width: 1920px;
	border:0;
	margin: 5% auto 5% auto; /*horizental zentriert*/
	padding:0px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-min-size: 14pt;
   font-max-size: 24pt;
   font-size: 3vw; /* viewport-relative units are responsive.*/
	/*font: 1.4em/1.4 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;*/
	color: #FFFFFF;
	font-weight:bold;
	/*z-index:4;
	box-shadow:  0px 6px 20px 6px #666;*/
}

/* MOBILES BROWSER recognize by "orientation" */
@media (min-width:1599px) {
		#wrapper ul, .ftext {
			font-max-size: 18pt;
		}
}
@media (orientation: portrait) {
	/*	#wrapper {
			min-width: 320px;
			max-width: 1024px;
		}*/
}
/*.vidwrapper {
	max-width: inherit;
	position: relative;
	padding:0;
}
video {
	position: relative;
	width: 90%;
	margin-left: 5%;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	cursor: pointer;
}*/
 img.logogruenteam {
	 width:90%;
	 border:0;
	fill: #4D5050;
}
 img.svghead {
	 width:90%;
	 border:0;
	/*fill: #4D5050;background-attachment:fixed;*/
}

#obsthead {
	width:90%;
	hight: 90%;
	border:0;
	margin-left: 5%;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0px;
	border-top-left-radius:14px;
	border-top-right-radius:14px;
	border-bottom-left-radius:14px;
	border-bottom-right-radius:14px;
	background-color: rgba(186,216,205,1);
	background-image: url(../BG2_Obst.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:60%;
	
}

h1, h2, h3 {
	/*margin-left: 3%;
	margin-right: 3%;*/
	
	text-align: center;
	color: #4D5050;
	font-weight: bold;
	/*color: #0D6784;*/
}
h1 {
	/*font-size: 6vw;*/
	font-size: 5vw;
	font-max-size: 2.5em;
	padding: 5%;
}
h2 {
	font-size: 4vw;
	font-max-size: 1.875em;
	padding: 5%;
}
h3 {
	padding: 1%;
	font-size: 3vw;
	font-max-size: 1.2em;	
	text-transform: uppercase;
}

/*responsives grid: 2 Spalten auf eine reduzieren*/
.grid_menu_2c {
	border:0;
	margin-left: 5%;
	margin-top: 16px;
	margin-right: 5%;
	margin-bottom: 16px;
	padding: 0;
	display: -ms-grid;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
	/*background-color: rgb(255,255,255);*/
	background-position:left top;
	background-repeat:no-repeat;
	background-size: cover;
}
figure {
	max-height:640px;
	position: relative;
	border:0;
	margin:0;
	padding:0;
	overflow: hidden;
}
figure > figcaption {
	position: absolute;
	left: 0;
	border:0;
	margin:0;
	padding:16px 16px 16px 16px;
	width: 100%;
	max-height:100%;
	background-image: linear-gradient(100deg,  rgba(173,193,97,0.7), rgba(109,199,207,0.9), rgba(22,100,7,0.7)); /*to right*/
	text-align: center;
	/*line-height: 2em;*/
	color: #000000;
	opacity: 0;
	bottom: 4em;
	transition: all 1s ease;
}

figure:hover > figcaption, figure:focus > figcaption, figure:active > figcaption {
	opacity: 1;
	bottom: 0;
	left: 0;

}

.img-responsive, video { 
	border: 0;
	margin: 0;
	padding: 0;
	/*margin:10px 0 10px 0;max-height:480px;max-width: 639px;max-height: 640px;*/
	width: 100%;
	height: 100%;	
}

/*video[poster] {
	width:100%;
	height:auto;
	object-fit: fill;

}*/
ul.styllist {
	background: rgba(13,103,132,0.08);
	margin-left: 5%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 16px;
	padding:0;
	font-min-size: large;
    font-max-size: large;
    font-size: 3vw;
	font-weight:normal;
	text-indent: 0px;
	text-align: left;
	color: rgb(77,80,80);
	list-style-position: inside;
	list-style-type:square;
	
}
@media (min-width:1280px) {
	ul.styllist { font-size: 2.0vw; font-max-size: 1.6em; }
	figure figcaption { font-size: 1.6vw; }
	/*figure figcaption { font-size: 0.3em; }*/
	
}
/*@media (min-width:460px) {
	figure figcaption { font-size: 0.7em; }
}*/
@media (max-width:460px) {
	ul.styllist { font-size: 3.6vw; }
	figure figcaption { font-size: 1.1em; }
}
ul.styllist li {
	padding: 1.2% 2.4% 1.2% 2.4%;
	transition: backround-color 1s;
}

ul.styllist li:hover, ul.styllist li:focus {
	background-color: rgba(242,247,246,1);
}
ul.styllist li:nth-child(odd) { background: rgba(13,103,132,0.08);
	transition: backround-color 1s;
	}

ul.styllist li:nth-child(odd):hover, ul.styllist li:nth-child(odd):focus {
	background-color: rgba(242,247,246,1);
}

.ftext {
	background: rgba(13,103,132,0.08);
	margin-left: 5%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 16px;
	padding: 1.2% 0 1.2% 0;
	font-min-size: large;
    font-max-size: large;
    font-size: 3vw;
	color: rgb(77,80,80);
	transition: backround-color 1s;
}

.ftext:hover, .ftext:focus {
	background-color: rgba(242,247,246,1);
}

@media (min-width:1920px) {
	.ftext { font-size: 2.2vw; }
}
@media (max-width:340px) {
	.ftext { font-size: 4vw; }
}
/*
ul.styllist li:nth-child(odd) { } alle ungeraden Elemente
ul.styllist li:first-child { padding-top: 2.4%; } erstes Element
ul.styllist li:last-child { padding-bottom: 2.4%; }
li:last-child { ... } das letzte Element*/
/*li:nth-last-child(2) { background: blue } das vorletzte Element*/
/*li:empty { background: gainsboro; } leere Elemente*/
/*ul.styllist li:nth-child(2n) { background: rgba(13,103,132,0.02); } jedes 2. Element */

p {
	border:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0;
	padding:20px;
	text-align:left;

	text-decoration:none;

}
span.whatsapplink  {
	display:inline-block;
	border:0;
	margin:0;
	background-image: url(../../assets/svgs/WhatsApp.svg);
	background-repeat: no-repeat;
  	background-size: contain;
	min-width: 1.36ex;
	height: 1.36ex;
}
#flexbuttons {
	border: 0;
	margin: 5%;

	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
	background:rgb(77,80,80);
}
a.btn {
	display: block;
	/*width: 90%;*/
	margin: 0 5% 0 5%;
	padding: 2.4%;
	/*padding: 5% 0 5% 0;*/
	background-color: #4D5050;
	font-min-size: x-large;
    font-max-size: xx-large;
    font-size: 6vw;
	/*font-size: xx-large;*/
	text-align: center;
	color: #CCCCCC;
	text-decoration:none;
	transition: color 1s;
}
a.btn:hover, a.btn:focus {
	color:#50D6BC;
}
#phonenum {
	border-top-left-radius:14px;
	border-top-right-radius:14px;
}
#linkdata {
	margin-top: 5%;	
}
#toplink {
	border-bottom-left-radius:14px;
	border-bottom-right-radius:14px;
}

#round_but, #round_grid {
	border-top-left-radius:14px;
	border-top-right-radius:14px;
	border-bottom-left-radius:14px;
	border-bottom-right-radius:14px;
}